PDF4Java Reference Documentation
com.o2sol.pdf4java.digitalsignatures Package / PDFOcspClientEvent Class / PDFOcspClientEvent Constructor
The URL of the OCSP server.
The request to be sent to the OCSP server.
In This Topic
    PDFOcspClientEvent Constructor
    In This Topic
    Initializes new PDFOcspClientEvent object.
    Syntax
    public PDFOcspClientEvent( 
       java.lang.String url,
       byte[] ocspRequest
    )

    Parameters

    url
    The URL of the OCSP server.
    ocspRequest
    The request to be sent to the OCSP server.
    See Also